toggle menu
coil-root
3.1.0-SNAPSHOT
android
switch theme
search in API
coil-svg
/
coil3.svg
/
[android]SvgImage
Svg
Image
android
@
Poko
class
SvgImage
(
val
svg
:
SVG
,
val
renderOptions
:
RenderOptions
?
,
val
width
:
Int
,
val
height
:
Int
)
:
Image
Members
Constructors
Svg
Image
Link copied to clipboard
android
constructor
(
svg
:
SVG
,
renderOptions
:
RenderOptions
?
,
width
:
Int
,
height
:
Int
)
Properties
height
Link copied to clipboard
android
open
override
val
height
:
Int
render
Options
Link copied to clipboard
android
val
renderOptions
:
RenderOptions
?
shareable
Link copied to clipboard
android
open
override
val
shareable
:
Boolean
size
Link copied to clipboard
android
open
override
val
size
:
Long
svg
Link copied to clipboard
android
val
svg
:
SVG
width
Link copied to clipboard
android
open
override
val
width
:
Int
Functions
draw
Link copied to clipboard
android
open
override
fun
draw
(
canvas
:
Canvas
)